projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cae863
)
* configure.ac: apple-darwin powerpc is unported.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 14 Oct 2014 05:07:21 +0000
(07:07 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 14 Oct 2014 05:07:21 +0000
(07:07 +0200)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ef58145f368b6eec93b348e0ad2f9c153fe05091..9af29fa3fcd80a0850bfc7f5021f805fbed7b4e3 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac: apple-darwin powerpc is unported.
+
2014-10-12 Ken Brown <kbrown@cornell.edu>
* configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
diff --git
a/configure.ac
b/configure.ac
index a2badf0f91ceb3762ddb9fa42f8c377496f89739..f346f28f7b3b385b37a83886eea9dab11b8f9442 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-557,7
+557,7
@@
case "${canonical}" in
*-apple-darwin* )
case "${canonical}" in
i[3456]86-* ) ;;
- powerpc-* ) ;;
+ powerpc-* )
unported=yes
;;
x86_64-* ) ;;
* ) unported=yes ;;
esac